Skip to content

Add criterion benchmarks for icu_properties#7712

Open
afrdbaig7 wants to merge 1 commit intounicode-org:mainfrom
afrdbaig7:add-properties-bench
Open

Add criterion benchmarks for icu_properties#7712
afrdbaig7 wants to merge 1 commit intounicode-org:mainfrom
afrdbaig7:add-properties-bench

Conversation

@afrdbaig7
Copy link
Copy Markdown
Contributor

Adds benchmarks for CodePointSetData and CodePointMapData using criterion, following the same pattern as the codepointtrie benchmarks in icu_collections. Benches covered: - set/contains and set/iter_ranges for Alphabetic - map/get for GeneralCategory and Script - map/get_set_for_value
Fixes #1665

@afrdbaig7 afrdbaig7 requested a review from a team as a code owner February 26, 2026 17:50
@afrdbaig7
Copy link
Copy Markdown
Contributor Author

@sffc can you please review it

Covers CodePointSetData and CodePointMapData lookups. Fixes unicode-org#1665.
@afrdbaig7 afrdbaig7 force-pushed the add-properties-bench branch from f2bb108 to cdbaabe Compare February 28, 2026 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create benchmarks and examples for Properties data structures

1 participant